Form Services
Form service returns the list of applicable mandatory and optional forms for risks.
GetForms
Service Name |
GetForms |
Service Description |
This service returns the list of applicable mandatory and optional forms for risks. The co-relation Id sent in the response can be used to maintain transaction context for the subsequent calls (GetFormDetails, GetInteractiveFormOptions, GetScheduleDetails)
|
Input |
Product, Risks, Coverages State, Effective Date and Request Id (Optional) Refer : FormRequest |
Sample Input XML |
To view a sample XML input file, refer GetFormsRequest.xml. |
Output |
List of Forms and Co-relation Id. Refer : FormResponse |
Sample Output XML |
To view a sample XML input file, refer GetFormsResponse.xml |
REST URL |
Verb: POST; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/forms?requestId={requestId} |
GetFormsWithDetails
Service Name |
GetFormsWithDetails |
Service Description |
This service returns the list of applicable mandatory and optional forms along with attributes for risks. The co-relation Id sent in the response can be used to maintain transaction context for the subsequent calls (GetFormDetails, GetInteractiveFormOptions, GetScheduleDetails)
GetFormDetails service should be used to fetch the complete details of the selected Form. |
Input |
Risks, RiskExtensions, Coverages, Forms, Endorsements, Schedules, Product Name, Effective date, Expiry date, TransactionType, State, PlanDeterminationFactors, Cor-relationId and Request Id(optional) Refer : FormRequest |
Sample Input XML |
To view a sample XML input file, refer GetFormWithDetailsRequest.xml. |
Output |
Refer : FormResponse |
Sample Output XML |
To view a sample XML output file, refer GetFormWithDetailsResponse.xml |
REST URL |
Verb: POST ; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/formswithattributes?requestId={requestId} |
GetFormsByRisk
Service Name |
GetFormsByRisk |
Service Description |
This service returns the list of applicable mandatory and optional forms for the requested risk. The co-relation Id sent in the response can be used to maintain transaction context for the subsequent calls (GetFormDetails, GetInteractiveFormOptions, GetScheduleDetails)
GetFormDetails service should be used to fetch the complete details of the selected Form. |
Input |
Risks, RiskExtensions, Coverages, Forms, Endorsements, Schedules, Product Name, Effective date, Expiry date, TransactionType, State, PlanDeterminationFactors, Cor-relationId and Request Id(optional) Refer : FormRequest |
Sample Input XML |
To view a sample XML input file, refer GetFormsByRiskRequest.xml. |
Output |
Refer: FormResponse |
Sample Output XML |
To view a sample XML output file, refer GetFormsByRiskResponse.xml |
REST URL |
Verb: POST ; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/formsbyrisk?requestId={requestId} |
GetFormDetails
Service Name |
GetFormDetails |
Service Description |
This service returns the complete Form details for the given Form Id.
|
Input |
Product Name, Risks, Coverages State, Effective date, Form Id, Co-relation Id and Request Id(optional) |
|
Refer : FormDetailsRequest |
Sample Input XML |
To view a sample XML input file, refer GetFormDetailsRequest.xml. |
Output |
FormDetails, List of dependent Forms. Refer : FormDetailsResponse |
Sample Output XML |
To view a sample XML output file, refer GetFormDetailsResponse.xml |
REST URL |
Verb: POST ; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/formdetails?requestId={requestId} |
GetInteractiveFormOptions
Service Name |
GetInteractiveFormOptions |
Service Description |
This service is intended for interactive configuration of forms. Using this service, applications can fetch and present valid Form options upon user selection of indicated Form/Endorsement, and Attributes. Using this service applications can ensure that user is always presented with valid options to select rather than engaging with messages after selection.
|
Input |
Transaction Context, Risks, Coverages, Forms Co-relation Id, and Request Id(optional) Co-relation Id: Unique identifier returned from GetForms RequestEntity[]: Array of modified Forms and Attributes. Refer : InteractiveFormOptionsRequest |
Sample Input XML |
To view a sample XML input file, refer GetInteractiveFormOptionsRequest.xml. |
Output |
Modified Forms and Attributes,
|
Sample Output XML |
To view a sample XML output file, refer GetInteractiveFormOptionsResponse.xml |
REST URL |
Verb: POST; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/interactiveformoptions?requestId={requestId} |
getModifiedFormOptions
Service Name |
getModifiedFormOptions |
Service Description |
This service is intended for interactive configuration of attributes. Using this service applications can fetch and present valid attributes upon user selection of indicated forms and endorsements. Using this service applications can ensure that user is always presented with valid options to select rather than engaging with messages after selection.
|
Input |
Transaction Context, RequestEntity, Co-relation Id and Request Id(optional)
|
Sample Input XML |
To view a sample XML input file, refer GetModifiedFormOptionsRequest.xml. |
Output |
Modified Coverages, Risks, and attributes
|
Sample Output XML |
To view a sample XML output file, refer GetModifiedFormOptionsResponse.xml |
REST URL |
Verb: POST ; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/modifiedformoptions?requestId={requestId} |
setFormDefaults
Service Name |
setFormDefaults |
Service Description |
This service is intended for configuration of forms, endorsements and attributes based on the default values. Using this service applications can fetch and present valid attributes upon default selection of indicated forms/endorsements/attributes. It ensures that the user is always presented |
|
with valid options to select rather than engaging with messages after selection.
|
Input |
Transaction Context, RequestEntity, Co-relation Id and Request Id(optional)
|
Sample Input XML |
To view a sample XML input file, refer SetFormDefaultsRequest.xml. |
Output |
Modified forms, endorsements, and attributes
|
Sample Output XML |
To view a sample XML output file, refer SetFormDefaultsResponse.xml |
REST URL |
Verb: POST; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/formdefaults?requestId={requestId} |
GetScheduleDetails
Service Name |
GetScheduleDetails |
Service Description |
This service returns the complete schedule details with the given Schedule Id.
|
Input |
Co-relation Id, schedule Name, schedule Id, formName formId and Request Id(optional)
Refer : ScheduleRequest |
Sample Input XML |
To view a sample XML input file, refer GetScheduleDetailsRequest.xml. |
Output |
Schedule details, list of endorsements with attributes Refer : ScheduleDetails |
Sample Output XML |
To view a sample XML output file, refer GetScheduleDetailsResponse.xml. |
REST URL |
Verb : POST ; Consumes: xml, json; Produces: xml, json http://host:port/ifoundry/api/v1/form/transactiondetails/{correlationId}/schedul es?requestId={requestId} |
DeleteSchedules
Service Name |
DeleteSchedules |
Service Description |
This service used to delete the schedule instances with given Schedule Ids. In case if there are any changes occurred based on this schedule, those changes will be rolled back automatically.
|
Input |
Co-relation Id, schedule Id’s and Request Id(optional)
|
Sample Input XML |
To view a sample XML input file, refer DeleteSchedulesRequest.xml. |
Output |
FormDetails, ScheduleDetails, List of Endorsements with attributes. Refer : FormDetailsResponse |
Sample Output XML |
To view a sample XML output file, refer DeleteSchedulesResponse.xml. |
REST URL |
Verb: DELETE; Produces: xml, json http://host:port/ifoundry/api/v1/form/transactiondetails/schedules?requestId={requestId} |
DeleteSchedule
Service Name |
DeleteSchedule |
Service Description |
This service used to delete the schedule instance with given Schedule Id. In case if there are any changes occurred based on this schedule, those changes will be rolled back automatically.
|
Input |
Co-relation Id, schedule Id and Request Id(optional)
|
Sample Input XML |
To view a sample XML input file, refer DeleteScheduleRequest.xml. |
Output |
ScheduleDetails, List of Endorsements with attributes. Refer : FormDetailsResponse |
Sample Output XML |
To view a sample XML output file, refer DeleteScheduleResponse.xml. |
REST URL |
Verb: DELETE; Produces: xml, json http://host:port/ifoundry/api/v1/form/transactiondetails/{correlationId}/schedul es/{scheduleId}?requestId={requestId} |
SaveTransactionDetails
Service Name |
SaveTransactionDetails |
Service Description |
This service is used to save the changes for the form selections and attributes. |
Input |
Co-relation Id: Unique identifier returned from getForms, and Request Id(optional) |
Sample Input XML |
To view a sample XML input file, refer SaveTransactionDetailsRequest.xml. |
Output |
Transaction status Refer : TransactionDetails |
Sample Output XML |
To view a sample XML output file, refer, SaveTransactionDetailsResponse.xml |
REST URL |
Verb: POST; Produces: xml, json http://host:port/ifoundry/api/v1/form/transactiondetails/{correlationId}?requestId={requestId} |
RollBackTransactionDetails
Service Name |
RollBackTransactionDetails |
Service Description |
This service is used to roll back to the last saved point to clear the changes (form, endorsements, and attributes) made after that save point. |
Input |
co-relationId: Unique identifier returned from GetForms and Request Id(optional) |
Sample Input XML |
To view a sample XML input file, refer RollBackTransactionDetailsRequest.xml. |
Output |
List of Coverages and attributes. Refer : FormRollBackDetails |
Sample Output XML |
To view a sample XML output file, refer RollBackTransactionDetailsResponse.xml |
REST URL |
Verb: POST; Produces: xml, json http://host:port/ifoundry/api/v1/form/rollbacktransactiondetails/{correlationId} ?requestId={requestId} |
DeleteTransactionDetails
Service Name |
DeleteTransactionDetails |
Service Description |
This service is used to delete the generated transaction. |
Input |
correlationId: Unique identifier generated for this quote and Request Id(optional) |
Sample Input XML |
To view a sample XML input file, refer DeleteTransactionDetailsRequest.xml |
Output |
Transaction status Refer : TransactionDetails |
Sample Output XML |
To view a sample XML output file, refer DeleteTransactionDetailsResponse.xml |
REST URL |
Verb: DELETE; Produces: xml, json http://host:port/ifoundry/api/v1/form/transactiondetails/{correlationId}?requestId={requestId} |